PDFFormattedParagraph Constructor(String,PDFFont)
In This Topic
Initializes a new
PDFFormattedParagraph object.
Syntax
public PDFFormattedParagraph(
java.lang.String ,
PDFFont
)
|
Parameters
- text
- Initial paragraph text.
- font
- Font used for displaying the text.
See Also